This illustration is also described in the text. It shows the different ways of running SQL from an application:
Submitting individual SQL statements
Including several SQL statements inside a PL/SQL block
Calling a stored procedure where the SQL is already present in the database
The diagram shows how each successive method involves less network traffic.