Bastian discusses the efficiency of using structs to parse only the necessary fields from incoming JSON data, promoting cleaner code. He also emphasizes the importance of a module system in Rust for organizing code, making it easier to manage web API routes and handlers. This structured approach not only enhances readability but also streamlines development processes.