U and V are called the texture coordinates - they define which point of the texture graphic is associated with that x,y point. This allows you to change which part of the texture is shown at that point - rather than where the point itself lies. I can understand if its confusing though, because so long as the UV point is the same as the XY point, the texture displays undistorted.