In DataStage, passive stages are those that don't perform any active data processing or transformation - they simply read from or write to data sources. The Sequential File stage is passive because it only reads from or writes to files without manipulating the data. In contrast, Transformer, Aggregator, and Sort are active stages that perform data transformations.