pipeline: clarify that applications should handle bus messages
The pipeline posts messages on the bus even if an application does not handle the messages. This is expected behavior but may leak messages if the messages are not handled.
Clarify the documentation.