Expression transformations are passive because they process each row independently without changing the number of rows passing through. Unlike Active transformations (Filter, Aggregator) which can add, remove, or group rows, Expression only modifies column values.