Not really because those concepts are already explained in other chapters. Blocks and conditions and why conditions are the way they are are explained in Chapter 3. Chapter 4 explains messages in general including the use of parentheses , how messages are sent , the different kind of messages , when to use a block and when to use parentheses, cascades etc etc.
Chapter 5 explains the model system of Pharo, method lookup , self sends, super sends and much more. So the chapter we are writing will go between Chapter 4 and 5 and offer a smoother introduction to OO. The focus is to offer a practical approach to the very fundamentals with as little overlap as possible with other chapters.
Part II of PBE goes deeper also, chapter 13 covers classes and metclasses in great detail, Chapter 14 which is about Reflection describes method dictionaries , accessing run time context, intercepting MNUs etc.