http://en.wikipedia.org/wiki/Spatial_anti-aliasing
If you disable mipmapping and texture filtering your game will look reaaaaaally bad. It would have massive aliasing. Besides mipmapping increases the performance at the cost of memory (which modern gpus have more than enough of).
FSAA fixes edge aliasing. Mipmapping fixes texture aliasing.