SPVARS are useful when you want to handle multiple sprites with the same values, but independent of each other, so you don't need to declare arrays or stuff like that. Imagine that every sprite has "life points" attached to it, that's were SPVARS comes in.