You may have a: point, a coordinate, a single X and Y you want to use for something; maybe a spawn point or want to store some kind of relation. You may add a sprite, but why not adding a Vector instead?
For advanced users, vector, does actually implement all the common vector math calculations in the form of actions that modify the object actual position.