One of the best uses of pipelines is to implement web services.
It is a natural fit because web services are always multi-step as you want to at least do:
Validate the input.
Process the input.
I've built an integration of smallx pipelines as both servlets and filters.