Having man pages for bash builtin commands is convenient. man echo provides the man page for the bash command 'echo'.
Some/most builtin commands do not have their own man page.
e.g. man read give man 2 read, which is about a c++ library. There is no man page for man 1 read (bash's read).