If you set a Timer with a rate of 100msec that does nothing the CPU usage will be much lower than setting a Timer with a rate of 10sec that does a task that needs 9,90 seconds to execute.
In the same way a Timer maybe is only started a small amount of time and there is no problem then to have it with a rate of 1 msec.