Why time arithmetic feels awkward
Time values do not behave like ordinary base-10 numbers. Sixty seconds make one minute, and sixty minutes make one hour, so carrying and borrowing happen at 60 rather than at 10. That is why adding 1 hour 45 minutes to 30 minutes is not the same as adding decimal numbers directly.
A time calculator handles those conversions automatically. It is useful for schedules, time tracking, shift planning, travel durations, sports timings, and any task where you need an instant calculator for elapsed time rather than a rough mental estimate.