The performance of float and var on a PC is about the same, but on low end devices there's a difference. However the main reason for vars is not performance, but better accuracy, better support of math operators and comparisons, and better access to beginners.
Vars will also be the basic variable type for the upcoming Android version.