The point is, it's not more accurate, it looses precision because anything related to mouse coordinates is expressed in integer pixels. So you can end up in a situation where you slowly move the mouse, but the FPS camera won't move at all.
Event though speed parameters are typed "float" in the docs, they suffer from the same problem.