Why is the ‘sudo’ password different than the ‘su root’ password

On my personal machine, I often type sudo in front of certain commands in order to accomplish administrative tasks. I had hoped to avoid doing this throughout the day, by typing su root and providing the same password I usually do for sudo. However, the two passwords are not the same(I don’t know how to log in to su root). Is running a command with sudo different than logging in with su root and running the same command?