If you have multiple configuration files for a single pipeline then they are combined. Events are read from all of the outputs, sent through all of the filters, and every event is written to every output (unless you use conditionals).
There is no concept of order for inputs or output. Order certainly does matter for filters.