Once data is received, there is often some kind of processing that needs to be done in order for the data to be compatible with downstream systems. Some examples can include:
Filtering unwanted messages
Mapping from one field to another, or more generally, converting from one message type to another
Transforming data (e.g. data formatting, string manipulation, code mapping, database lookup, etc.)