In general, arrays are an ordered list of variables, of the same type. So if you want 10 Sprites, you can put them in an Array.
If you need mixed types, like some Sprites, some Animated Sprites, or you don't know in advance, then you would use a Dictionary.