The major difference between any Jenkins job and a Jenkins Pipeline Job is that the Pipeline Scripted job runs on the Jenkins master. This uses a lightweight executor which uses only some resources to translate in the master to atomic commands that execute or send to the agents.
If you want to learn Jenkins, check out this Jenkins Training course by Intellipaat.
Also, watch this video on Jenkins Pipeline: