In PCA the first dimension of the basis vector has the highest variance and the last has the least variance.
So if we are using PCA just for dimension reduction why cant we find the variance of individual features, sort the features in the descending order of the variance and just use the first n features/dimensions.
what you are saying is not entirely wrong..actually it is the gist of PCA algorithm but it also probably does the work of transformation of data in plane to get a better understanding of it. I hope this link will help you a lot on this...PCA is an algorithm that is in use since about 1905..and there is no much better replacement to it. Only drawback is that it's linear in nature...for more information check this link