Can the Arduino handle lots of variables?

If I remember programming from forever ago Structures are just groups of variables, and in your code you are creating twelve groups of them with the
aButton buttons[11]; ?
And this will speed things up?