Because you have set your event that updates the leaderboard in an event that is always true, so you are always sending informations to the leaderboard, instead of sending only once, at the end of your game.
Modify the position of the action that sends the score in your capx so that it is happening in an event that does not execute each tick and the problem is solved.