By default when you start an application via sudo it will run with superuser privileges which means you can do do anything with your filesystem and data (including destroying everything quite easily) - this is **not** recommended unless you fully understand why you need this or that command to run under `root`.
TLDR: In short, never run `nautilus` via `sudo`.