[guided]The point of this step is that $\Delta^0_1$ definability is the same as effective decidability from the available parameters, provided the model satisfies the equivalence between the positive and negative definitions. We begin with finitely many parameters $A_1,\dots,A_k \in \mathcal S$. A Turing machine can use only one oracle set, so we first package the finitely many parameters into one oracle.
There is a small issue when there are no parameters. Since $\mathcal S$ is a Turing ideal, it is nonempty; choose $A_0 \in \mathcal S$. The empty set is computable from $A_0$, so $\varnothing \le_T A_0$. Downward closure gives $\varnothing \in \mathcal S$. Thus, if $k=0$, we may take $P := \varnothing$ and still have $P \in \mathcal S$. If $k \ge 1$, we set
\begin{align*}
P := A_1 \oplus A_2 \oplus \cdots \oplus A_k.
\end{align*}
The Turing ideal hypothesis gives $P \in \mathcal S$, because closure under binary joins gives $A_1 \oplus A_2 \in \mathcal S$, then $(A_1 \oplus A_2) \oplus A_3 \in \mathcal S$, and so on.
Now consider an instance of $\Delta^0_1$ comprehension with these parameters. In the usual formulation of $\mathsf{RCA}_0$, its premise gives $\Sigma^0_1$ formulas $\alpha(n)$ and $\beta(n)$, using only the oracle information coded by $P$, such that the model satisfies that $\alpha$ defines the complement of $\beta$. Because the first-order part is the standard $\mathbb N$, this premise says
\begin{align*}
\forall n \in \mathbb N \, \bigl(\alpha(n) \leftrightarrow \neg \beta(n)\bigr).
\end{align*}
The comprehension instance asks for the set defined by $\alpha$, so we define
\begin{align*}
C := \{n \in \mathbb N : \alpha(n)\}.
\end{align*}
Why is $C$ computable from $P$? Given $n$, run two searches in parallel. The first search looks for a witness proving $\alpha(n)$; the second search looks for a witness proving $\beta(n)$. Because $\alpha$ and $\beta$ are $\Sigma^0_1$ relative to $P$, each candidate witness can be checked effectively with oracle $P$. The displayed equivalence says that exactly one of these searches must eventually succeed. If the $\alpha$-search succeeds first, output $1$; if the $\beta$-search succeeds first, output $0$. This gives a total oracle computation deciding whether $n \in C$, and hence
\begin{align*}
C \le_T P.
\end{align*}
Finally, $P \in \mathcal S$ and $\mathcal S$ is downward closed under Turing reducibility. Therefore $C \in \mathcal S$. This is exactly the closure demanded by [Delta-zero-one comprehension](/page/Delta-zero-one%20Comprehension) in $\mathsf{RCA}_0$.[/guided]