Your shell is never the only process running on the computer.
If you're using some variant of Linux (doesn't typically work on e.g. macOS),
% pstree -s $$
will show you what's going on. You might also try
% pstree -h
to see your process highlighted in context of everything on the system.