If my suggested reason doesn't make sense: well, say you wanted to fire a projectile off at a random angle. Or maybe she is trying to make a particle system, or a geometry puzzle, or something that requires a geometric angle.
If my suggested code doesn't make sense: I reversed the y coordinates to make the value negative, to account for the fact that +y is down. atan2 has the domain from -pi/2 to pi/2, thus after I convert into degrees, i need to add 360 to any negative values to put them between 0 and 360.