the database MySQL have an history of "incrementation"... the users table is what we call "auto-increment" it store in memory the last ID of the entry, and will start after the last entry, even if it was deleted in the past, because it is not reversable...
the only way you could drop all these old IDs is by completely erase your forum database and start over...