Every tick is an even that runs without a condition every tick. Events with conditions are evaluated every ticks as well, but they have a condition.
So, if you want to update your UI every tick no matter what is going on, you use every tick. If you, instead, only wanted to update the UI every tick when the player was on screen, you'd use Player -> is onScreen.