But yes that would be better for this particular case, you're right. If you have multiple operations then it would be better to use a Sequence to prevent creating an intermediary List at each stage. But for a single-step operation like this one, this is actually leaner