Using them as a sprite sheet is better for performance as the GPU only needs to reference one large image instead of a lot of smaller images. It improves rendering performance through reduced draw calls. Think about having to load one large image versus loading multiple images to play your game.