Concept Flow - Pipeline execution order matters
Start with collection
Apply first pipeline stage
Transform documents
Apply second pipeline stage
Transform documents
Final output after last stage
Documents flow through each pipeline stage in order; changing the order changes the final result.